ComponentOne ASP.NET MVC Controls
OnClientRowAdded Property

C1.Web.Mvc Namespace > FlexGridBase<T> Class : OnClientRowAdded Property
Occurs when the user creates a new item by editing the new row template (see the allowAddNew property).
Syntax
'Declaration
 
Public Overridable Property OnClientRowAdded As String
public virtual string OnClientRowAdded {get; set;}
Remarks
The event handler may customize the content of the new item or cancel the new item creation.
See Also

Reference

FlexGridBase<T> Class
FlexGridBase<T> Members